home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
l33t_liek_jeff_k
/
leet source
/
HQApplication.h
< prev
next >
Wrap
Text File
|
2000-06-23
|
336b
|
17 lines
//
// HQApplication.h
// HackMac
//
#import <AppKit/AppKit.h>
@interface HQApplication : NSApplication {
// no ivars allowed.
}
+ (void)doNSAppInstancePose;
- (void)keypress :(NSEvent *)event withChar:(unichar)thechartopretendtopress;
- (void)keypress_special :(NSEvent *)event withChar:(unichar)thechartopretendtopress;
@end